type vendor/golang.org/x/net/http2/hpack.pairNameValue
6 uses
vendor/golang.org/x/net/http2/hpack (current package)
tables.go#L38: byNameValue map[pairNameValue]uint64
tables.go#L41: type pairNameValue struct {
tables.go#L47: t.byNameValue = make(map[pairNameValue]uint64)
tables.go#L59: t.byNameValue[pairNameValue{f.Name, f.Value}] = id
tables.go#L74: if p := (pairNameValue{f.Name, f.Value}); t.byNameValue[p] == id {
tables.go#L105: if id := t.byNameValue[pairNameValue{f.Name, f.Value}]; id != 0 {
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)